Upgrade commons-lang3 from 3.12.0 to 3.18.0#7950
Merged
Merged
Conversation
- Updated dependency version in DependencyConstraints.groovy - Updated expected-pom.xml test resource in geode-all-bom - Updated assembly_content.txt integration test resource - Updated gfsh_dependency_classpath.txt integration test resource - Updated dependency_classpath.txt integration test resource in geode-server-all All builds and tests pass successfully.
- Updated dependency version in DependencyConstraints.groovy - Updated expected-pom.xml test resource in geode-all-bom - Updated assembly_content.txt integration test resource - Updated gfsh_dependency_classpath.txt integration test resource - Updated dependency_classpath.txt integration test resource in geode-server-all This upgrade brings in the latest bug fixes and improvements from Apache Commons Lang. All builds and checks pass successfully.
Contributor
Author
|
Hi @raboof. All checks have passed. Thank you. |
raboof
approved these changes
Oct 30, 2025
Member
|
LGTM but needs some conflicts resolved |
Contributor
Author
|
@raboof, Thank you for dedicating your time to review the PR. Your input is always valuable. |
Contributor
Author
|
I have resolved the conflicts and all checks have passed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR upgrades the Apache Commons Lang library from version 3.12.0 to 3.18.0 to incorporate the latest bug fixes, performance improvements, and new features.
Changes
This upgrade updates the Commons Lang3 dependency across the entire Geode project:
Dependency Management
build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovycommons-lang3.versionfrom3.12.0to3.18.0Test Resources
Updated expected dependency versions in integration test resources to reflect the new Commons Lang3 version:
boms/geode-all-bom/src/test/resources/expected-pom.xmlgeode-assembly/src/integrationTest/resources/assembly_content.txtcommons-lang3-3.12.0.jartocommons-lang3-3.18.0.jargeode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txtgeode-server-all/src/integrationTest/resources/dependency_classpath.txtWhat's New in Commons Lang3 3.18.0
The upgrade from 3.12.0 to 3.18.0 includes several intermediate releases with improvements:
Key Improvements
Testing
All changes have been validated:
✅ Build Tasks:
./gradlew build✅ Tests: All unit tests passed
Compatibility
This is a minor version upgrade within the same major version (3.x), maintaining backward compatibility. Commons Lang3 3.18.0:
Impact
Related
This PR follows the same pattern as previous dependency upgrades in the project.
Files Changed
For all changes, please confirm:
develop)?gradlew buildrun cleanly?